Package com.cisco.pt.ipc.sim.impl
Class TunnelGeneralAttributesImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.TunnelGeneralAttributesImpl
- All Implemented Interfaces:
IPCObject,TunnelGeneralAttributes
Information provided by the PKI file:
\class TunnelGeneralAttributes
\brief This class holds the General Tunnel Attributes
\example network().getDevice("Router0").getProcess("IpsecProcess").getTunnelGroupAt(0).getGeneralAttributes();
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionTunnelGeneralAttributesImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:voidsetPolicyName(String policyName) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
TunnelGeneralAttributesImpl
public TunnelGeneralAttributesImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setPolicyName
Information provided by the PKI file:
\brief Sets the policy name. \param string, the policy name.- Specified by:
setPolicyNamein interfaceTunnelGeneralAttributes- Parameters:
policyName- Takes in a parameter of policyName
-
getTunnelName
Information provided by the PKI file:
\brief Returns the tunnel name. \return string, the tunnel name.- Specified by:
getTunnelNamein interfaceTunnelGeneralAttributes- Returns:
- String Returns a String
-
getPolicyName
Information provided by the PKI file:
\brief Returns the policy name. \return string, the policy name.- Specified by:
getPolicyNamein interfaceTunnelGeneralAttributes- Returns:
- String Returns a String
-